/* --------------------------------- */
/*            CENTRE OF              */
/*      COMPUTING HISTORY CSS        */
/* --------------------------------- */



body {
  background-color:#ffffff;
	background-image:url(../images/new/header-bg.png),url(../images/new/footer-bg.png);
	background-position:left top, right bottom;
	background-repeat:repeat-x;
  font-family: 'Noto Sans', sans-serif !important ;
  font-size:14px;
	text-align:justify;
	margin:0
}
.clear {
  clear:both
}
a {
    color: #0E83CD;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.bannerb a {
    color: #FFFFFF;
    text-decoration: none;
}
.bannerb a:hover {
    text-decoration: none;
}


h1 {
  color: #0E83CD;
  font-family: 'Source Code Pro' !important ;
  font-weight:400;
  font-size:36px;
  margin-top:5px;
  padding-bottom:5px;
  border-bottom:2px solid #0e83cd;
  text-align:right;
  padding-bottom:5px;
  border-bottom:2px solid #0e83cd;
}
h1 span, h2 span {
/*	box-shadow: inset 0px -2px 0px 0px #0e83cd; */ /* Underlines spans in h1 */
}
h2, h3, h4 {
  color: #0E83CD;
  font-family: 'Source Code Pro' !important ;
  font-weight:400;
  font-size:28px;
  margin-top:5px;
  padding-bottom:0px;
}
.homeleft h1, .homeleft h2, .homeleft h3, .homeleft h4 {
  color: #0E83CD;
  font-family: 'Source Code Pro' !important ;
  font-weight:400;
  font-size:34px;
  margin-top:5px;
  border-bottom:0
}
.homeright h1, .homeright h2, .homeright h3, .homeright h4 {
  color: #0E83CD;
  font-family: 'Source Code Pro' !important ;
  font-weight:400;
  font-size:34px;
  margin-top:5px;
  border-bottom:0
}
.red {
  color:#cc0000
}

/*      HEADER      */

#header {
  height:148px;
  width:1160px;
  position:relative;
  margin:0 auto;
  font-family: 'Noto Sans', sans-serif;
}

#logo {
  position:absolute;
  top:0;
  left:0;
  width:210px;
  height:230px;
  background-image:url(../images/new/hello-world.png);
  background-repeat:no-repeat;
  background-position:bottom;
  z-index:100
}

#headerlinks {
  position:absolute;
  top:20px;
  right:232px;
  font-size:16px;
  text-align:right;
  color:#ffffff;
  line-height:40px;
  width:450px
}
#headerlinks li {
  color: #ffffff;
  float: right;
  font-size: 15px;
  list-style: outside none none;
  padding: 0px 20px;
  text-align: left;
}

#headerlinks li a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}

#headerlinks li a:hover {
  color: #0E83CD;
  text-decoration: none;
}

#headerhome {
  position:absolute;
  left:226px;
  bottom:8px;
  width:27px;
  height:35px
}

#headersearch {
  position:absolute;
  top:38px;
  right:36px;
  background:#ffffff;
  width:180px;
  height:35px;
}
#headersearch .text {
  border: 0;
  font-size: 15px;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 145px;
  font-family:courier new
}

#headersearch .submit {
  right: 4px;
  position: absolute;
  top: 9px;
}
#headerbasket {
  position:absolute;
  top:45px;
  right:0;
  width:25px;
  height:22px:
}

#headersocial {
     position:absolute;
     bottom:12px;
     right:0;
     height: 35px;
     width: 125px;
}

#headersocial span {
     display: none;
}

.facebook {
     background: url("../images/new/social-facebook.png") repeat scroll 0px 0px transparent;
     display: block;
     float: left;
     height: 35px;
     margin-right: 10px;
     width: 35px;
}

.facebook:hover {
     background: url("../images/new/social-facebook.png") repeat scroll 0px 35px transparent;
     display: block;
     height: 35px;
     width: 35px;
}

.twitter {
     background: url("../images/new/social-twitter.png") repeat scroll 0px 0px transparent;
     display: block;
     float: left;
     height: 35px;
     margin-right: 10px;
     width: 35px;
}

.twitter:hover {
     background: url("../images/new/social-twitter.png") repeat scroll 0px 35px transparent;
     display: block;
     height: 35px;
     width: 35px;
}
.instagram {
     background: rgba(0, 0, 0, 0) url("../images/new/social-instagram.png") repeat scroll 0px 0px;
     display: block;
     float: left;
     height: 35px;
     width: 35px;
}

.instagram:hover {
     background: rgba(0, 0, 0, 0) url("../images/new/social-instagram.png") repeat scroll 0px 35px;
     display: block;
     height: 35px;
     width: 35px;
}

#headerbanner {
  position:absolute;
  width:417px;
  height:85px;
  top:4px;
  left:210px
}

/*      MENU      */

#menu {
     bottom: 18px;
     margin: 0px 15px 0px 0px;
     padding: 0px;
     position: absolute;
     right: 90px;
}

#menu li {
     color: #ffffff;
     float: left;
     font-size: 18px;
     list-style: outside none none;
     padding: 0px 15px;
     text-align: left;
}

#menu li a {
     color: #ffffff;
     display: block;
     text-decoration: none;
}

#menu li a:hover {
     color: #333333;
     text-decoration: none;
}

#menutop {
     bottom: 6px;
     margin: 0px 15px 0px 0px;
     padding: 0px;
     position: absolute;
     right: 130px;
}

#menutop li {
     color: #ffffff;
     float: left;
     font-size: 18px;
     list-style: outside none none;
     padding: 0px 15px;
     text-align: left;
}

#menutop li a {
     color: #ffffff;
     display: block;
     text-decoration: none;
}

#menutop li a:hover {
     color: #333333;
     text-decoration: none;
     border-bottom:0
}

/*      BANNERS      */

#slider1_container {
   max-height:500px !important
}
.bannerb {
  background-color:#0E83CD;
  padding:10px 10px 10px 20px;
  text-align:right;
  float:right;
  font-size:30px;
  color:#ffffff;
  clear:both;
  margin:15px 0
}
.bannerw {
  background-color:#ffffff;
  padding:10px 10px 10px 20px;
  text-align:right;
  float:right;
  font-size:30px;
  color:#0E83CD;
  clear:both;
  margin:15px 0
}
.bannerinfolink {
     background-color: #333333;
     clear: both;
     color: #ffffff;
     font-size: 20px;
     margin: 15px 0px;
     padding: 10px;
     position:absolute;
     bottom:25px;
     right:110px
}
.bannerinfolink:hover {
     background-color: #3b3b3b;
     text-decoration:none
}

/*      MAIN      */

#main {
  width:1160px;
  margin:0 auto;
  padding:40px 20px;
  color:#7D7C7C
}

/*      HOME      */

.homecont {
  padding:22px 0;
  //border-top:4px solid #0e83cd;
  position:relative
}
.div-circle {
  position:absolute;
  top:-24px;
  left:772px;
  width:45px;
  height:45px;
  background-image:url(../images/new/circle-divider.png);
  background-repeat:no-repeat
}
.homeleft {
  width:769px;
  padding-right:25px;
  border-right:1px solid #0e83cd;
  position:relative
}
.homeright {
  width:340px;
  padding-left:25px;
  position:relative
}
#news a {
  text-decoration:none
}
#news a:hover {
  text-decoration:underline
}
.newsposthead a {
  color:#2F2F2F;
  text-align:left;
  font-size:18px
}
#homesection img {
  float:left;
  margin:0 3px 14px 0
}

/*      FOOTER - SPONSORS    */

#sponsorsbarbg {background-color:#333333;padding:25px 0;color:#ffffff}
#sponsorsbar {width:1160px;margin:0 auto;}
#sponsorsbarl {float:left;width:770px;padding-right:24px;border-right:1px solid #494949}
#sponsorsbarl img {float:left}
#sponsorsbarr {float:right;width:340px;padding-left:25px;text-align:right}

/*      FOOTER     */

#footer {
  width:1160px;
  height:275px;
  position:relative;
  margin:0 auto;
  padding-top:15px;
  color:#ffffff;
  font-size:14px
}
#footercontact {
  float:right;
  width:370px;
  text-align:right
}
#footerlinks {
  float:left;
  width:780px
}
#footerlinks ul {
  float:left;
  width:185px;
  margin-top:6px
}
#footerlinks li {
  list-style-type: square;
  padding:3px 0
}
#footerlinks a {
  text-decoration:none;
  color:#ffffff
}
#footerlinks a:hover {
    border-bottom: 1px dashed #fff;
}
#footercopy {
  position:absolute;
  left:0;
  bottom:18px;
  height:25px;
  padding-top:3px
}
#footerdesign {
  position:absolute;
  right:0;
  bottom:18px;
  height:25px;
  padding-top:3px;
  background-image:url("/images/new/pe.png");
  background-position:right center;
  background-repeat:no-repeat;
  padding-right:35px;
}
#footerdesign a {
  text-decoration:none;
  color:#ffffff
}
#footerdesign a:hover {
    border-bottom: 1px dashed #fff;
}
.pagebanner {
	display:block;
	width:100%;
}
.productlist, .basiclist {
	width:100%;
	margin-top:20px
}
.productlist .header td, .basiclist .header td {
	background:#0e83cd;
	color:#FFF;
}
.productlist td, .basiclist td {
	padding:4px;
}
#shopsections ul {
	list-style:none;
	text-align:center;
	padding:0;
	margin:0;
}
#shopsections li {
	padding:0;
	margin:0;
}

/*      PRODUCTS     */

.variants {
    width: 98%;
    float:right;
    margin-bottom:15px
}
.headrow td {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #0e83cd;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
}
.variants td {
    padding-bottom: 4px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
}

/*      MAIL PANEL     */

#mailinglist ul {
  font-size: 20px;
  height: 150px;
  margin: 30px auto 0px;
  width: 550px;
  list-style-type: none;
  padding: 0px;
}

#mailinglist li {
  background-image: url("/images/new/li-bullet.png");
  background-position: 0px center;
  background-repeat: no-repeat;
  float: left;
  line-height: 40px;
  width: 250px;
  padding-left:25px
}

#mailinglist input[type=image] {
    background-image: url(/images/new/mailing-button-both.png);
    background-repeat: no-repeat;
    background-position: top center;
    width: 62px;
    height: 62px;
    position:absolute;
    bottom:70px;
    right:170px
}
#mailinglist input[type=image]:hover  {
    background-image: url(/images/new/mailing-button-both.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}

#cboxLoadedContent {
  padding:10px 20px 0 20px
}

/*      FORMS     */

.form {
     text-align: left;
}

.form .tbox {
     border: 1px solid #0e83cd;
     padding: 10px;
     width: 280px;
}

.form textarea {
     border: 1px solid #0e83cd;
     padding: 10px;
     width: 280px;
}

.form td {
     padding: 5px 5px 5px 0px;
}
.form button {
  font-size:20px;
  padding:10px;
  width:302px;
  color:#ffffff;
  background-color:#0e83cd;
  border:0;
  cursor:pointer
}
.form button:hover {
    background-color: #5babdd;
}

.giftaid {
     text-align: left;
}

.giftaid .tbox {
     border: 1px solid #0e83cd;
     padding: 10px;
     width: 280px;
}

.giftaid textarea {
     border: 1px solid #0e83cd;
     padding: 10px;
     width: 280px;
}

.giftaid td {
     padding: 5px 5px 5px 0px;
}
.giftaid button {
  font-size:20px;
  padding:10px;
  width:302px;
  color:#ffffff;
  background-color:#0e83cd;
  border:0;
  cursor:pointer
}
.giftaid button:hover {
    background-color: #5babdd;
}

.notavailable.sold {
    background-color: #ff0000;
    border-radius: 10px;
    color: #ffffff;
    display: block;
    font-size: 22px;
    height: 32px;
    text-align: center;
    width: 120px;
}

.sold.tplmain { 
	display:none; 
}

/* News Section by Ed aged 12 */
.newsEntry {
  margin-bottom: 2em;
  padding: 0.2em 0.8em;
}
.newsEntryHeader {
  display: flex;
}
.newsEntryDate {
  flex: 0 0 7em;
  font-size: 1.4em;
  color: #555;
  text-align: right;
}
.newsEntryTitle {
  flex-grow: 2;
  font-size: 1.8em;
}
.newsEntryInfo {
  padding: 0 0.8em;
}
.newsEntryInfo p, .newsEntryInfo {
  font-size: 1.1em;
}
.newsEntryInfo .readMore {
  color: #08ABF0;
  text-decoration: none;
  padding: 0 0.2em 0;
}
.newsEntryInfo .readMore:hover {
  text-decoration: underline;
}

/*      SUB SECTION TEMPLATE     */

.sectcontainer {
  position: relative;
  float:left;
  width:150px;
  height:150px;
  border-radius:5px;
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 10px 15px;
  overflow:hidden
}
.dummy {
  padding-top: 100%; /* forces 1:1 aspect ratio */
}
.sectimgcontainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:94%;
  height:110px;
  margin:5px 5px 0 5px;
  text-align:center; /* Align center inline elements */
  font: 0/0 a;	
}
.sectimgcontainer:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.sectimgcontainer img {
  vertical-align: middle;
  display: inline-block;
}
.secttitlecontainer {
  position:absolute;
  top:117px;
  width:94%;
  text-align:center
}

/*      PICTORIAL PRODUCT TEMPLATE     */

.prodcontainer {
  position: relative;
  float:left;
  width:150px;
  height:156px;
  border-radius:5px;
  border: 1px solid #CCCCCC;
  padding: 5px;
  margin: 10px 15px;
  overflow:hidden
}
.dummy {
  padding-top: 100%; /* forces 1:1 aspect ratio */
}
.prodimgcontainer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width:94%;
  height:110px;
  margin:5px 5px 0 5px;
  text-align:center; /* Align center inline elements */
  font: 0/0 a;	
}
.prodimgcontainer:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.prodimgcontainer img {
  vertical-align: middle;
  display: inline-block;
}
.prodtitlecontainer a {
  background-color: rgba(51, 51, 51, 0.5);
  border-radius: 0px 0px 2px 2px;
  display: block;
  height: 41px;
  overflow: hidden;
  padding: 2px;
  position: absolute;
  text-align: center;
  bottom: 5px;
  width: 92%;
  color:#ffffff;
  line-height:20px;
  transition-duration: 1s;
  transition-property: height, background-color;
}
.prodtitlecontainer a:hover {
  background-color: rgba(51, 51, 51, 0.8);
  height: 152px;
  transition-duration: 1s;
  transition-property: height, background-color;
  text-decoration:none
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0; 
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.swiper-slide img{width:100%}
.swiper-container{width:100%;height:100%;}